Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 5, 2025

Bumps androidx.work:work-runtime-ktx from 2.10.5 to 2.11.0.

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added the bot: dependencies update PRs that update a dependency file, used by Dependabot. label Nov 5, 2025
@dependabot dependabot bot requested a review from a team as a code owner November 5, 2025 18:07
@dependabot dependabot bot requested review from samiuelson and removed request for a team November 5, 2025 18:07
@dependabot dependabot bot added the bot: dependencies update PRs that update a dependency file, used by Dependabot. label Nov 5, 2025
@wpmobilebot
Copy link
Collaborator

wpmobilebot commented Nov 5, 2025

Project manifest changes for WooCommerce

The following changes in the WooCommerce's merged AndroidManifest.xml file were detected (build variant: vanillaRelease):

--- ./build/reports/diff_manifest/WooCommerce/vanillaRelease/base_manifest.txt	2025-11-18 12:13:41.482438048 +0000
+++ ./build/reports/diff_manifest/WooCommerce/vanillaRelease/head_manifest.txt	2025-11-18 12:13:47.922469877 +0000
@@ -625,11 +625,6 @@
             android:theme="@android:style/Theme.Translucent.NoTitleBar" />
 
         <service
-            android:name="androidx.work.impl.background.systemalarm.SystemAlarmService"
-            android:directBootAware="false"
-            android:enabled="@bool/enable_system_alarm_service_default"
-            android:exported="false" />
-        <service
             android:name="androidx.work.impl.background.systemjob.SystemJobService"
             android:directBootAware="false"
             android:enabled="@bool/enable_system_job_service_default"
@@ -647,62 +642,12 @@
             android:enabled="true"
             android:exported="false" />
         <receiver
-            android:name="androidx.work.impl.background.systemalarm.ConstraintProxy$BatteryChargingProxy"
-            android:directBootAware="false"
-            android:enabled="false"
-            android:exported="false" >
-            <intent-filter>
-                <action android:name="android.intent.action.ACTION_POWER_CONNECTED" />
-                <action android:name="android.intent.action.ACTION_POWER_DISCONNECTED" />
-            </intent-filter>
-        </receiver>
-        <receiver
-            android:name="androidx.work.impl.background.systemalarm.ConstraintProxy$BatteryNotLowProxy"
-            android:directBootAware="false"
-            android:enabled="false"
-            android:exported="false" >
-            <intent-filter>
-                <action android:name="android.intent.action.BATTERY_OKAY" />
-                <action android:name="android.intent.action.BATTERY_LOW" />
-            </intent-filter>
-        </receiver>
-        <receiver
-            android:name="androidx.work.impl.background.systemalarm.ConstraintProxy$StorageNotLowProxy"
-            android:directBootAware="false"
-            android:enabled="false"
-            android:exported="false" >
-            <intent-filter>
-                <action android:name="android.intent.action.DEVICE_STORAGE_LOW" />
-                <action android:name="android.intent.action.DEVICE_STORAGE_OK" />
-            </intent-filter>
-        </receiver>
-        <receiver
-            android:name="androidx.work.impl.background.systemalarm.ConstraintProxy$NetworkStateProxy"
-            android:directBootAware="false"
-            android:enabled="false"
-            android:exported="false" >
-            <intent-filter>
-                <action android:name="android.net.conn.CONNECTIVITY_CHANGE" />
-            </intent-filter>
-        </receiver>
-        <receiver
             android:name="androidx.work.impl.background.systemalarm.RescheduleReceiver"
             android:directBootAware="false"
             android:enabled="false"
             android:exported="false" >
             <intent-filter>
                 <action android:name="android.intent.action.BOOT_COMPLETED" />
-                <action android:name="android.intent.action.TIME_SET" />
-                <action android:name="android.intent.action.TIMEZONE_CHANGED" />
-            </intent-filter>
-        </receiver>
-        <receiver
-            android:name="androidx.work.impl.background.systemalarm.ConstraintProxyUpdateReceiver"
-            android:directBootAware="false"
-            android:enabled="@bool/enable_system_alarm_service_default"
-            android:exported="false" >
-            <intent-filter>
-                <action android:name="androidx.work.impl.background.systemalarm.UpdateProxies" />
             </intent-filter>
         </receiver>
         <receiver

Go to https://buildkite.com/automattic/woocommerce-android/builds/33852/canvas?sid=019a96de-de8c-432e-b32d-b7ab8e8d9c07, click on the Artifacts tab and audit the files.

@wpmobilebot
Copy link
Collaborator

wpmobilebot commented Nov 5, 2025

Project manifest changes for WooCommerce-Wear

The following changes in the WooCommerce-Wear's merged AndroidManifest.xml file were detected (build variant: vanillaRelease):

--- ./build/reports/diff_manifest/WooCommerce-Wear/vanillaRelease/base_manifest.txt	2025-11-18 12:13:57.462520042 +0000
+++ ./build/reports/diff_manifest/WooCommerce-Wear/vanillaRelease/head_manifest.txt	2025-11-18 12:14:01.392541823 +0000
@@ -206,11 +206,6 @@
         </provider>
 
         <service
-            android:name="androidx.work.impl.background.systemalarm.SystemAlarmService"
-            android:directBootAware="false"
-            android:enabled="@bool/enable_system_alarm_service_default"
-            android:exported="false" />
-        <service
             android:name="androidx.work.impl.background.systemjob.SystemJobService"
             android:directBootAware="false"
             android:enabled="@bool/enable_system_job_service_default"
@@ -228,62 +223,12 @@
             android:enabled="true"
             android:exported="false" />
         <receiver
-            android:name="androidx.work.impl.background.systemalarm.ConstraintProxy$BatteryChargingProxy"
-            android:directBootAware="false"
-            android:enabled="false"
-            android:exported="false" >
-            <intent-filter>
-                <action android:name="android.intent.action.ACTION_POWER_CONNECTED" />
-                <action android:name="android.intent.action.ACTION_POWER_DISCONNECTED" />
-            </intent-filter>
-        </receiver>
-        <receiver
-            android:name="androidx.work.impl.background.systemalarm.ConstraintProxy$BatteryNotLowProxy"
-            android:directBootAware="false"
-            android:enabled="false"
-            android:exported="false" >
-            <intent-filter>
-                <action android:name="android.intent.action.BATTERY_OKAY" />
-                <action android:name="android.intent.action.BATTERY_LOW" />
-            </intent-filter>
-        </receiver>
-        <receiver
-            android:name="androidx.work.impl.background.systemalarm.ConstraintProxy$StorageNotLowProxy"
-            android:directBootAware="false"
-            android:enabled="false"
-            android:exported="false" >
-            <intent-filter>
-                <action android:name="android.intent.action.DEVICE_STORAGE_LOW" />
-                <action android:name="android.intent.action.DEVICE_STORAGE_OK" />
-            </intent-filter>
-        </receiver>
-        <receiver
-            android:name="androidx.work.impl.background.systemalarm.ConstraintProxy$NetworkStateProxy"
-            android:directBootAware="false"
-            android:enabled="false"
-            android:exported="false" >
-            <intent-filter>
-                <action android:name="android.net.conn.CONNECTIVITY_CHANGE" />
-            </intent-filter>
-        </receiver>
-        <receiver
             android:name="androidx.work.impl.background.systemalarm.RescheduleReceiver"
             android:directBootAware="false"
             android:enabled="false"
             android:exported="false" >
             <intent-filter>
                 <action android:name="android.intent.action.BOOT_COMPLETED" />
-                <action android:name="android.intent.action.TIME_SET" />
-                <action android:name="android.intent.action.TIMEZONE_CHANGED" />
-            </intent-filter>
-        </receiver>
-        <receiver
-            android:name="androidx.work.impl.background.systemalarm.ConstraintProxyUpdateReceiver"
-            android:directBootAware="false"
-            android:enabled="@bool/enable_system_alarm_service_default"
-            android:exported="false" >
-            <intent-filter>
-                <action android:name="androidx.work.impl.background.systemalarm.UpdateProxies" />
             </intent-filter>
         </receiver>
         <receiver

Go to https://buildkite.com/automattic/woocommerce-android/builds/33852/canvas?sid=019a96de-de8c-432e-b32d-b7ab8e8d9c07, click on the Artifacts tab and audit the files.

@wpmobilebot
Copy link
Collaborator

wpmobilebot commented Nov 5, 2025

Project dependencies changes

list
! Upgraded Dependencies
androidx.work:work-runtime:2.11.0, (changed from 2.10.5)
androidx.work:work-runtime-ktx:2.11.0, (changed from 2.10.5)
tree
-+--- androidx.work:work-runtime-ktx:2.10.5
-|    +--- androidx.work:work-runtime:2.10.5
-|    |    +--- androidx.annotation:annotation-experimental:1.4.1 -> 1.5.0 (*)
-|    |    +--- androidx.concurrent:concurrent-futures-ktx:1.1.0
-|    |    |    +--- androidx.concurrent:concurrent-futures:1.1.0 (*)
-|    |    |    +--- org.jetbrains.kotlin:kotlin-stdlib:1.3.71 -> 2.2.21 (*)
-|    |    |    \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.4 -> 1.10.2 (*)
-|    |    +--- androidx.core:core:1.12.0 -> 1.17.0 (*)
-|    |    +--- androidx.lifecycle:lifecycle-livedata:2.6.2 -> 2.9.4
-|    |    |    +--- androidx.arch.core:core-common:2.2.0 (*)
-|    |    |    +--- androidx.arch.core:core-runtime:2.2.0 (*)
-|    |    |    +--- androidx.lifecycle:lifecycle-livedata-core:2.9.4 (*)
-|    |    |    +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.9.4 (*)
-|    |    |    +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.2.21 (*)
-|    |    |    +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.1 -> 1.10.2 (*)
-|    |    |    +--- org.jspecify:jspecify:1.0.0
-|    |    |    +--- androidx.lifecycle:lifecycle-common:2.9.4 (c)
-|    |    |    +--- androidx.lifecycle:lifecycle-common-java8:2.9.4 (c)
-|    |    |    +--- androidx.lifecycle:lifecycle-livedata-core:2.9.4 (c)
-|    |    |    +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.9.4 (c)
-|    |    |    +--- androidx.lifecycle:lifecycle-process:2.9.4 (c)
-|    |    |    +--- androidx.lifecycle:lifecycle-runtime:2.9.4 (c)
-|    |    |    +--- androidx.lifecycle:lifecycle-runtime-ktx:2.9.4 (c)
-|    |    |    +--- androidx.lifecycle:lifecycle-service:2.9.4 (c)
-|    |    |    +--- androidx.lifecycle:lifecycle-viewmodel:2.9.4 (c)
-|    |    |    +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.9.4 (c)
-|    |    |    +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.9.4 (c)
-|    |    |    +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.9.4 (c)
-|    |    |    +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.2.21 (c)
-|    |    |    \--- androidx.lifecycle:lifecycle-runtime-compose:2.9.4 (c)
-|    |    +--- androidx.lifecycle:lifecycle-service:2.6.2 -> 2.9.4
-|    |    |    +--- androidx.lifecycle:lifecycle-runtime:2.9.4 (*)
-|    |    |    +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.2.21 (*)
-|    |    |    +--- androidx.lifecycle:lifecycle-common:2.9.4 (c)
-|    |    |    +--- androidx.lifecycle:lifecycle-common-java8:2.9.4 (c)
-|    |    |    +--- androidx.lifecycle:lifecycle-livedata:2.9.4 (c)
-|    |    |    +--- androidx.lifecycle:lifecycle-livedata-core:2.9.4 (c)
-|    |    |    +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.9.4 (c)
-|    |    |    +--- androidx.lifecycle:lifecycle-process:2.9.4 (c)
-|    |    |    +--- androidx.lifecycle:lifecycle-runtime:2.9.4 (c)
-|    |    |    +--- androidx.lifecycle:lifecycle-runtime-compose:2.9.4 (c)
-|    |    |    +--- androidx.lifecycle:lifecycle-runtime-ktx:2.9.4 (c)
-|    |    |    +--- androidx.lifecycle:lifecycle-viewmodel:2.9.4 (c)
-|    |    |    +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.9.4 (c)
-|    |    |    +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.9.4 (c)
-|    |    |    +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.9.4 (c)
-|    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.2.21 (c)
-|    |    +--- androidx.room:room-ktx:2.6.1 -> 2.8.3
-|    |    |    +--- androidx.room:room-common:2.8.3
-|    |    |    |    \--- androidx.room:room-common-jvm:2.8.3
-|    |    |    |         +--- androidx.annotation:annotation:1.9.1 (*)
-|    |    |    |         +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.2.21 (*)
-|    |    |    |         +--- androidx.room:room-ktx:2.8.3 (c)
-|    |    |    |         +--- androidx.room:room-runtime:2.8.3 (c)
-|    |    |    |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 -> 2.2.21 (c)
-|    |    |    +--- androidx.room:room-runtime:2.8.3
-|    |    |    |    \--- androidx.room:room-runtime-android:2.8.3
-|    |    |    |         +--- androidx.annotation:annotation:1.9.1 (*)
-|    |    |    |         +--- androidx.annotation:annotation-experimental:1.5.0 (*)
-|    |    |    |         +--- androidx.arch.core:core-runtime:2.2.0 (*)
-|    |    |    |         +--- androidx.collection:collection:1.5.0 (*)
-|    |    |    |         +--- androidx.room:room-common:2.8.3 (*)
-|    |    |    |         +--- androidx.sqlite:sqlite:2.6.1
-|    |    |    |         |    \--- androidx.sqlite:sqlite-android:2.6.1
-|    |    |    |         |         +--- androidx.annotation:annotation:1.9.1 (*)
-|    |    |    |         |         +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.2.21 (*)
-|    |    |    |         |         +--- androidx.sqlite:sqlite-framework:2.6.1 (c)
-|    |    |    |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 -> 2.2.21 (c)
-|    |    |    |         +--- androidx.sqlite:sqlite-framework:2.6.1
-|    |    |    |         |    \--- androidx.sqlite:sqlite-framework-android:2.6.1
-|    |    |    |         |         +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 (*)
-|    |    |    |         |         +--- androidx.sqlite:sqlite:2.6.1 (*)
-|    |    |    |         |         +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.2.21 (*)
-|    |    |    |         |         +--- androidx.sqlite:sqlite:2.6.1 (c)
-|    |    |    |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 -> 2.2.21 (c)
-|    |    |    |         +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.2.21 (*)
-|    |    |    |         +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.8.1 -> 1.10.2 (*)
-|    |    |    |         +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.1 -> 1.10.2 (*)
-|    |    |    |         +--- org.jspecify:jspecify:1.0.0
-|    |    |    |         +--- androidx.room:room-common:2.8.3 (c)
-|    |    |    |         +--- androidx.room:room-ktx:2.8.3 (c)
-|    |    |    |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 -> 2.2.21 (c)
-|    |    |    +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.2.21 (*)
-|    |    |    +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.8.1 -> 1.10.2 (*)
-|    |    |    +--- androidx.room:room-common:2.8.3 (c)
-|    |    |    +--- androidx.room:room-runtime:2.8.3 (c)
-|    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 -> 2.2.21 (c)
-|    |    +--- androidx.startup:startup-runtime:1.1.1 -> 1.2.0 (*)
-|    |    +--- androidx.tracing:tracing-ktx:1.2.0
-|    |    |    +--- androidx.tracing:tracing:1.2.0 (*)
-|    |    |    +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.21 -> 2.2.21 (*)
-|    |    |    \--- androidx.tracing:tracing:1.2.0 (c)
-|    |    +--- com.google.guava:listenablefuture:1.0 -> 9999.0-empty-to-avoid-conflict-with-guava
-|    |    +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.2.21 (*)
-|    |    +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3 -> 1.10.2 (*)
-|    |    +--- androidx.work:work-runtime-ktx:2.10.5 (c)
-|    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.2.21 (c)
-|    \--- androidx.work:work-runtime:2.10.5 (c)
++--- androidx.work:work-runtime-ktx:2.11.0
+|    +--- androidx.work:work-runtime:2.11.0
+|    |    +--- androidx.annotation:annotation-experimental:1.4.1 -> 1.5.0 (*)
+|    |    +--- androidx.concurrent:concurrent-futures-ktx:1.1.0
+|    |    |    +--- androidx.concurrent:concurrent-futures:1.1.0 (*)
+|    |    |    +--- org.jetbrains.kotlin:kotlin-stdlib:1.3.71 -> 2.2.21 (*)
+|    |    |    \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.4 -> 1.10.2 (*)
+|    |    +--- androidx.core:core:1.12.0 -> 1.17.0 (*)
+|    |    +--- androidx.lifecycle:lifecycle-livedata:2.6.2 -> 2.9.4
+|    |    |    +--- androidx.arch.core:core-common:2.2.0 (*)
+|    |    |    +--- androidx.arch.core:core-runtime:2.2.0 (*)
+|    |    |    +--- androidx.lifecycle:lifecycle-livedata-core:2.9.4 (*)
+|    |    |    +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.9.4 (*)
+|    |    |    +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.2.21 (*)
+|    |    |    +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.1 -> 1.10.2 (*)
+|    |    |    +--- org.jspecify:jspecify:1.0.0
+|    |    |    +--- androidx.lifecycle:lifecycle-common:2.9.4 (c)
+|    |    |    +--- androidx.lifecycle:lifecycle-common-java8:2.9.4 (c)
+|    |    |    +--- androidx.lifecycle:lifecycle-livedata-core:2.9.4 (c)
+|    |    |    +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.9.4 (c)
+|    |    |    +--- androidx.lifecycle:lifecycle-process:2.9.4 (c)
+|    |    |    +--- androidx.lifecycle:lifecycle-runtime:2.9.4 (c)
+|    |    |    +--- androidx.lifecycle:lifecycle-runtime-ktx:2.9.4 (c)
+|    |    |    +--- androidx.lifecycle:lifecycle-service:2.9.4 (c)
+|    |    |    +--- androidx.lifecycle:lifecycle-viewmodel:2.9.4 (c)
+|    |    |    +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.9.4 (c)
+|    |    |    +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.9.4 (c)
+|    |    |    +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.9.4 (c)
+|    |    |    +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.2.21 (c)
+|    |    |    \--- androidx.lifecycle:lifecycle-runtime-compose:2.9.4 (c)
+|    |    +--- androidx.lifecycle:lifecycle-service:2.6.2 -> 2.9.4
+|    |    |    +--- androidx.lifecycle:lifecycle-runtime:2.9.4 (*)
+|    |    |    +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.2.21 (*)
+|    |    |    +--- androidx.lifecycle:lifecycle-common:2.9.4 (c)
+|    |    |    +--- androidx.lifecycle:lifecycle-common-java8:2.9.4 (c)
+|    |    |    +--- androidx.lifecycle:lifecycle-livedata:2.9.4 (c)
+|    |    |    +--- androidx.lifecycle:lifecycle-livedata-core:2.9.4 (c)
+|    |    |    +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.9.4 (c)
+|    |    |    +--- androidx.lifecycle:lifecycle-process:2.9.4 (c)
+|    |    |    +--- androidx.lifecycle:lifecycle-runtime:2.9.4 (c)
+|    |    |    +--- androidx.lifecycle:lifecycle-runtime-compose:2.9.4 (c)
+|    |    |    +--- androidx.lifecycle:lifecycle-runtime-ktx:2.9.4 (c)
+|    |    |    +--- androidx.lifecycle:lifecycle-viewmodel:2.9.4 (c)
+|    |    |    +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.9.4 (c)
+|    |    |    +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.9.4 (c)
+|    |    |    +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.9.4 (c)
+|    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.2.21 (c)
+|    |    +--- androidx.room:room-runtime:2.7.0 -> 2.8.3
+|    |    |    \--- androidx.room:room-runtime-android:2.8.3
+|    |    |         +--- androidx.annotation:annotation:1.9.1 (*)
+|    |    |         +--- androidx.annotation:annotation-experimental:1.5.0 (*)
+|    |    |         +--- androidx.arch.core:core-runtime:2.2.0 (*)
+|    |    |         +--- androidx.collection:collection:1.5.0 (*)
+|    |    |         +--- androidx.room:room-common:2.8.3
+|    |    |         |    \--- androidx.room:room-common-jvm:2.8.3
+|    |    |         |         +--- androidx.annotation:annotation:1.9.1 (*)
+|    |    |         |         +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.2.21 (*)
+|    |    |         |         +--- androidx.room:room-ktx:2.8.3 (c)
+|    |    |         |         +--- androidx.room:room-runtime:2.8.3 (c)
+|    |    |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 -> 2.2.21 (c)
+|    |    |         +--- androidx.sqlite:sqlite:2.6.1
+|    |    |         |    \--- androidx.sqlite:sqlite-android:2.6.1
+|    |    |         |         +--- androidx.annotation:annotation:1.9.1 (*)
+|    |    |         |         +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.2.21 (*)
+|    |    |         |         +--- androidx.sqlite:sqlite-framework:2.6.1 (c)
+|    |    |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 -> 2.2.21 (c)
+|    |    |         +--- androidx.sqlite:sqlite-framework:2.6.1
+|    |    |         |    \--- androidx.sqlite:sqlite-framework-android:2.6.1
+|    |    |         |         +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 (*)
+|    |    |         |         +--- androidx.sqlite:sqlite:2.6.1 (*)
+|    |    |         |         +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.2.21 (*)
+|    |    |         |         +--- androidx.sqlite:sqlite:2.6.1 (c)
+|    |    |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 -> 2.2.21 (c)
+|    |    |         +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.2.21 (*)
+|    |    |         +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.8.1 -> 1.10.2 (*)
+|    |    |         +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.1 -> 1.10.2 (*)
+|    |    |         +--- org.jspecify:jspecify:1.0.0
+|    |    |         +--- androidx.room:room-common:2.8.3 (c)
+|    |    |         +--- androidx.room:room-ktx:2.8.3 (c)
+|    |    |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 -> 2.2.21 (c)
+|    |    +--- androidx.startup:startup-runtime:1.1.1 -> 1.2.0 (*)
+|    |    +--- androidx.tracing:tracing-ktx:1.2.0
+|    |    |    +--- androidx.tracing:tracing:1.2.0 (*)
+|    |    |    +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.21 -> 2.2.21 (*)
+|    |    |    \--- androidx.tracing:tracing:1.2.0 (c)
+|    |    +--- com.google.guava:listenablefuture:1.0 -> 9999.0-empty-to-avoid-conflict-with-guava
+|    |    +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.2.21 (*)
+|    |    +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.9.0 -> 1.10.2 (*)
+|    |    +--- org.jspecify:jspecify:1.0.0
+|    |    +--- androidx.work:work-runtime-ktx:2.11.0 (c)
+|    |    \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 -> 2.2.21 (c)
+|    \--- androidx.work:work-runtime:2.11.0 (c)
 +--- com.automattic:encryptedlogging:1.1.2
-|    \--- androidx.room:room-ktx:2.7.2 -> 2.8.3 (*)
+|    \--- androidx.room:room-ktx:2.7.2 -> 2.8.3
+|         +--- androidx.room:room-common:2.8.3 (*)
+|         +--- androidx.room:room-runtime:2.8.3 (*)
+|         +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.2.21 (*)
+|         +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.8.1 -> 1.10.2 (*)
+|         +--- androidx.room:room-common:2.8.3 (c)
+|         +--- androidx.room:room-runtime:2.8.3 (c)
+|         \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 -> 2.2.21 (c)
 \--- androidx.hilt:hilt-work:1.3.0
-     \--- androidx.work:work-runtime:2.3.4 -> 2.10.5 (*)
+     \--- androidx.work:work-runtime:2.3.4 -> 2.11.0 (*)

@wpmobilebot
Copy link
Collaborator

wpmobilebot commented Nov 5, 2025

📲 You can test the changes from this Pull Request in WooCommerce-Wear Android by scanning the QR code below to install the corresponding build.
App NameWooCommerce-Wear Android
Platform⌚️ Wear OS
FlavorJalapeno
Build TypeDebug
Commit81565fa
Direct Downloadwoocommerce-wear-prototype-build-pr14910-81565fa.apk

@wpmobilebot
Copy link
Collaborator

wpmobilebot commented Nov 5, 2025

📲 You can test the changes from this Pull Request in WooCommerce Android by scanning the QR code below to install the corresponding build.

App NameWooCommerce Android
Platform📱 Mobile
FlavorJalapeno
Build TypeDebug
Commit81565fa
Direct Downloadwoocommerce-prototype-build-pr14910-81565fa.apk

@irfano
Copy link
Contributor

irfano commented Nov 14, 2025

@samiuelson 👋🏻, a friendly reminder for the review, as this PR has been open for more than a week.

@samiuelson
Copy link
Contributor

@dependabot rebase

Bumps androidx.work:work-runtime-ktx from 2.10.5 to 2.11.0.

---
updated-dependencies:
- dependency-name: androidx.work:work-runtime-ktx
  dependency-version: 2.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/gradle/androidx.work-work-runtime-ktx-2.11.0 branch from c4ae475 to 81565fa Compare November 18, 2025 12:09
@samiuelson samiuelson added this to the 23.8 milestone Nov 18, 2025
@codecov-commenter
Copy link

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 38.48%. Comparing base (b8da934) to head (81565fa).

Additional details and impacted files
@@             Coverage Diff              @@
##              trunk   #14910      +/-   ##
============================================
- Coverage     38.48%   38.48%   -0.01%     
+ Complexity    10245    10244       -1     
============================================
  Files          2155     2155              
  Lines        122223   122223              
  Branches      16822    16822              
============================================
- Hits          47039    47036       -3     
- Misses        70405    70407       +2     
- Partials       4779     4780       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@samiuelson samiuelson self-assigned this Nov 18, 2025
Copy link
Contributor

@samiuelson samiuelson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@samiuelson samiuelson merged commit 5cf8fcb into trunk Nov 18, 2025
19 checks passed
@samiuelson samiuelson deleted the dependabot/gradle/androidx.work-work-runtime-ktx-2.11.0 branch November 18, 2025 14:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bot: dependencies update PRs that update a dependency file, used by Dependabot.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants